$floatValue = Math.LogN (
"<num>"
)
Returns the natural logarithmic value of the given number.
Parameters
<num>
Any valid numeric expression.
Return Value
A floating point number.
Example
$ret = Math.LogN ("22.2")
$ret
contains
3.10009228887823
.